home *** CD-ROM | disk | FTP | other *** search
/ Mac Power 1997 December / MACPOWER-1997-12.ISO.7z / MACPOWER-1997-12.ISO / MacPowerオリジナル / Edutainment World / チャンプジム for DEMO / DIR / mitt.dir / 00075_Script_75 < prev    next >
Text File  |  1997-09-29  |  379b  |  17 lines

  1. on keyDown
  2.   global gCHARSans
  3.   
  4.   if the key = enter or the key = return then
  5.     put the number of chars in field "ans" into gCHARSans
  6.     if gCHARSans = 0 then
  7.       global SETTEI
  8.       if getAT(SETTEI,2) = 1 then set the volume of sound 2 to 50
  9.       global gMONME,SND
  10.       puppetSound SND
  11.       abort
  12.     end if
  13.     go to frame "îェíヒ"
  14.   end if
  15.   
  16.   pass
  17. end